home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act1 / 00334.ls < prev    next >
Encoding:
Text File  |  1995-04-03  |  109 b   |  10 lines

  1. on exitFrame
  2.   if the soundBusy of 1 then
  3.     go(the frame)
  4.   end if
  5. end
  6.  
  7. on mouseUp
  8.   go(the frame + 1)
  9. end
  10.